home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / lisp / elk-2_0.lha / elk-2.0 / lib / xm / push-button.d < prev    next >
Encoding:
Text File  |  1989-10-12  |  279 b   |  10 lines

  1. ;;; -*-Scheme-*-
  2.  
  3. (define-widget-type 'pushbutton "PushB.h")
  4.  
  5. (define-widget-class 'push-button 'xmPushButtonWidgetClass)
  6.  
  7. (define-callback 'push-button 'activateCallback #t)
  8. (define-callback 'push-button 'armCallback      #t)
  9. (define-callback 'push-button 'disarmCallback   #t)
  10.